home *** CD-ROM | disk | FTP | other *** search
- Short: A simple CLI program to calculate Fibonacci's numbers.
- Author: palaste@cc.helsinki.fi (Joona Palaste)
- Uploader: palaste@cc.helsinki.fi (Joona Palaste)
- Type: misc/math
-
- This simple program calculates Fibonacci's numbers. The numbers were invented
- by the Italian mathematician Leonardo Fibonacci in the 13th century. The formula
- is:
- f(0)=1, f(1)=1, f(n+2)=f(n)+f(n+1), where n is a non-negative integer.
- This program was written in C by me, Joona Palaste. It is Copyrighted by me, but
- is freely distributable.
- The program calculates any Fibonacci's number that can fit into your memory. If
- you have many megabytes, you can calculate even the 20-millionth number,
- providing you have the time. =) The result can be written either into StdOut or
- into a file on disk.
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 7524 4801 36.1% 25-Apr-98 16:42:10 Fibonacci
- 2906 1358 53.2% 25-Apr-98 16:40:00 Fibonacci.guide
- -------- ------- ----- --------- --------
- 10430 6159 40.9% 27-Apr-98 18:29:12 2 files
-